All:
1.  ASM to switch between whether checking for signed/unsigned 1/2/4 bytes.  DONE
2.  The .wrods for them too.  DONE

first bytes scan:
1.  ASM to switch which search type to do.  DONE
2.  The .words for them too.  DONE

extra byte scans:
1.  ASM to switch the scan types.  DONE
2.  .words.  DONE

extra bit scans:
1.  ASM, switch whether bits are on/off.  DONE
2.  .words.  DONE

cycle through results:
1.  ASM, switch whether to go up or down.  DONE
2.  .words.  DONE

get address/value:
1.  ASM, switch whether getting address or 1/2/4 bytes.  DONE
2.  .words.  DONE

All:
1.  ASM to ori to create values in 1st scan value 1 and 2, extra scan, get address/value.  DONE
2.  ASM to switch which of the 8 will be modified.  DONE
3.  .word. offsets to change to determine which of the 8 is ori'd.


To Make?:
1.  ASM to scan for floats.
2.  .word. for them too.
I don't know how to operations work yet.  sub.s, add.s, whatever else.s operations







Total amount of reserved things:
4, 4 - result location
4, 8 - result's address
4, c - result's value
4, 10 - save the return address
